home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Amiga Classic Collection
/
The Amiga Classic Collection - Disc 1.iso
/
Education
/
ED16-CrosswordCreator.DMS
/
ED16-CrosswordCreator.adf
/
Source
/
CrossFont.def
< prev
next >
Wrap
Text File
|
1991-07-13
|
199b
|
12 lines
DEFINITION MODULE CrossFont;
(* exclusive available font - generated with M2Amiga Report FontConverter *)
FROM GraphicsD IMPORT TextFontPtr;
PROCEDURE CreateFont(): TextFontPtr;
END CrossFont.